home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / nfs / nfs-serv.2be / nfs-serv / nfs-server-2.2beta16 / TODO < prev    next >
Encoding:
Text File  |  1995-11-12  |  1.3 KB  |  47 lines

  1. To Do Major
  2. ===========
  3.  
  4. rpc.keyserv (Anybody wants to trash filesystems? Contact alex@bach.cis.temple.edu)
  5. rpc.statd (being prepared)
  6. rpc.lockd (being prepared)
  7. change exports file format to SunOS style?
  8. add exportfs 
  9. exports file path
  10. logging file path
  11. add fsync option?
  12. strictly no NFS re-exporting; don't even allow lookups of "." and ".."
  13. Fine-tune XDR code to avoid mallocs wherever possible
  14. Add file-based uid/gid mapping.
  15.  
  16. Todo Minor
  17. ==========
  18.  
  19. clean up code
  20.  
  21. Done
  22. ====
  23. detect and use local uid and gid for nobody if possible
  24. use PATH_MAX and NAME_MAX instead of MAXPATHLEN and MAXNAMLEN
  25. add Stephen's changes
  26. solaris2 doesn't declare _rpcfdtype
  27. change all bzero and index to ansi equivalents
  28. add Eric's changes
  29. add Job's changes
  30. add rules for generated files
  31. header dependencies for all files
  32. use native rpcgen or not?  yes
  33. some systems don't have TIOCNOTTY
  34. SYSLOG support
  35. mkdir support
  36. rename support
  37. add Mark's changes
  38. copyright for strerror.c
  39. svc_getcaller not declared on sysv4
  40. some cc's don't like sizeof(void) but gcc yields 1
  41. add ugidd mapping
  42. add hosts_access to ugidd
  43. create of a special file should work even on a rofs (bug in SunOS)
  44. add use of SIGHUP to reread exports file
  45. creation of unix domain sockets (Miquel van Smoorenburg)
  46. Replace historic README file
  47.